home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d6
/
hem10.arc
/
EBACKUP.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-03-08
|
391b
|
11 lines
echo off
echo This batch file will compress the expense files using the
echo command PKZIP from PKWARE then will copy the compressed
echo file to drive A. You may modify this file "EBACKUP.BAT"
echo if you wish to customize the backup process.
echo
pkzip -a -es expense.zip expense.* billing.* mileage.*
echo Place a formatted floppy into drive A: then
pause
copy expense.zip a: